lib_*/board.c: do not initialize bi_enet*addr in global data
authorMike Frysinger <[email protected]>
Wed, 11 Feb 2009 23:27:18 +0000 (18:27 -0500)
committerWolfgang Denk <[email protected]>
Fri, 20 Mar 2009 21:39:11 +0000 (22:39 +0100)
commit19b5b533ccd522abeb501d510750693c35e20456
tree2477e2b01fa106d3095b2010976eb5b4587a7fe5
parent740e8ba7d475c49c1b76058e1bf354e376b5c4e0
lib_*/board.c: do not initialize bi_enet*addr in global data

Since everyone is using the environment for mac address storage, there is
no point in seeding the global data.

The arches that are converted here:
i386
m68k
microblaze
mips
nios
nios2
sh
sparc

Signed-off-by: Mike Frysinger <[email protected]>
CC: Ben Warren <[email protected]>
CC: Daniel Hellstrom <[email protected]>
CC: Michal Simek <[email protected]>
CC: Shinya Kuribayashi <[email protected]>
CC: Scott McNutt <[email protected]>
CC: Nobuhiro Iwamatsu <[email protected]>
lib_i386/board.c
lib_m68k/board.c
lib_microblaze/board.c
lib_mips/board.c
lib_nios/board.c
lib_nios2/board.c
lib_sh/board.c
lib_sparc/board.c